Adwaita: colorswatch focus rings
authorJakub Steiner <jimmac@gmail.com>
Mon, 4 May 2020 16:13:48 +0000 (18:13 +0200)
committerJakub Steiner <jimmac@gmail.com>
Mon, 4 May 2020 16:16:08 +0000 (18:16 +0200)
- there used to be different outline color for light and dark buttons,
  but it's complexity I can live without. blue focus rings fit all.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2695

gtk/theme/Adwaita/_common.scss

index ac06013bcb0553a863bf8c4fec812b3ea0f13c72..25b0cb9d44a861699f2663d2060469d5d37eba8d 100644 (file)
@@ -3902,7 +3902,7 @@ colorswatch {
   }
 
   &.dark {
-    outline-color: transparentize(white, 0.4);
+
 
     > overlay {
       color: white;
@@ -3914,7 +3914,7 @@ colorswatch {
   }
 
   &.light {
-    outline-color: transparentize(black, 0.4);
+
 
     > overlay {
       color: black;